home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / crazy_ch.swf / scripts / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2011-06-09  |  271 b   |  8 lines

  1. butxx.onPress = function()
  2. {
  3.    _root.createEmptyMovieClip("loader_mc",this.getNextHighestDepth());
  4.    loader_mc.ofer = ssss.text;
  5.    loader_mc.password = "random string";
  6.    loader_mc.getURL("http://localhost/learning_php/test/get_score.php","_blank","POST");
  7. };
  8.